* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    height: 100%;
}
#map {
    width: 100%;
    height: 100%;
}
/* GoogleMaps */
.GoogleMaps .placecard__container {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    max-width: 330px;
    width: 100%;
    background: white none repeat scroll 0% 0%/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
}
.GoogleMaps .placecard__container a {
    color: #3a84df;
}
.GoogleMaps .placecard__left {
    float: left;
    width: 75%;
}
.GoogleMaps .placecard__right {
    text-align: center;
    float: left;
    width: 25%;
}
.GoogleMaps .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px / normal Roboto, Arial;
    overflow: hidden;
    margin: 0;
}
.GoogleMaps .placecard__info {
    color: #5b5b5b;
    cursor: default;
    min-height: 32px;
    width: 200px;
    column-rule-color: #5b5b5b;
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0px none #5b5b5b;
    font: normal normal normal normal 12px / normal Roboto, Arial;
    margin: 6px 0px 0px;
    outline: #5b5b5b none 0px;
}
.GoogleMaps .placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("../images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}
.GoogleMaps .placecard__direction-link {
    color: #3a84df;
    display: inline-block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px;
}
.GoogleMaps .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none;
}
/* OpenStreetMaps */
.OpenStreetMap .location-infobox {
    background: #fff;
    border-radius: 2px;
    padding: 9px 11px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #5B5B5B;
    width: 275px;
}
.OpenStreetMap .location-infobox .placecard__container {
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.OpenStreetMap .location-infobox .placecard__container .placecard__right {
    text-align: right;
}
.OpenStreetMap .location-infobox .placecard__business-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 5px;
}
.OpenStreetMap .placecard__direction-icon {
    background: rgba(0, 0, 0, 0) url("../images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto;
}
.OpenStreetMap .placecard__direction-link {
    color: #3a84df;
    display: inline-block;
    text-decoration: none;
}